







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Syntax
C# |
---|
[SerializableAttribute] public struct Triple<TFirst, TSecond, TThird> |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Structure Triple(Of TFirst, TSecond, TThird) |
Visual C++ |
---|
[SerializableAttribute] generic<typename TFirst, typename TSecond, typename TThird> public value class Triple |
Type Parameters
- TFirst
- TSecond
- TThird
The type exposes the following fields.
Public Fields
Name | Description | |
---|---|---|
![]() | First |
The first element of the triple.
|
![]() | Second |
The second element of the triple.
|
![]() | Third |
The thrid element of the triple.
|